home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_487 / pprint / source / lmkfile < prev    next >
Text File  |  1992-05-06  |  658b  |  40 lines

  1. PPrint:    PPrint.o        \
  2.             action.o        \
  3.             print.o        \
  4.             output.o        \
  5.             menu.o        \
  6.             gadgets.o    \
  7.             layout.o        \
  8.             images.o        \
  9.             digims.o        \
  10.             PPrint.lnk
  11.     blink    WITH    PPrint.lnk
  12. #    copy PPrint to HD:Utilities CLONE
  13.  
  14. PPrint.o:    PPrint.c    settings.h PPrintX.h    tops.h
  15.     LC    -dNO_PRAGMAS -O -d2    PPrint
  16.  
  17. action.o:    action.c    settings.h
  18.     LC    -dNO_PRAGMAS -O -d2    action
  19.  
  20. print.o:        print.c        settings.h
  21.     LC    -dNO_PRAGMAS -d2    print
  22.  
  23. output.o:    output.c        settings.h    tops.h
  24.     LC    -dNO_PRAGMAS -O -d2    output
  25.  
  26. menu.o:    menu.c
  27.     LC    -d2    menu
  28.  
  29. gadgets.o:    gadgets.c    tops.h
  30.     LC    -d2    gadgets
  31.  
  32. layout.o:    layout.c
  33.     LC    -d2    layout
  34.  
  35. images.o:    images.c
  36.     LC    -d2    images
  37.  
  38. digims.o:    digims.c
  39.     LC    -d2    digims
  40.